Previous topicNext topic
Help > Errors and Error Trapping > Compile Time Errors >
Error 450 - CASE expected

CASE expected - When defining a SELECT CASE statement, you forgot to include the reserved word CASE. This error can also occur if you try to use the reserved word SELECT as a variable name in your program.